hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
IHipFS.absoluteRead
hip
api
filesystem
hipfs
IHipFS
Same as read. But doesn't use install path. Limited and sync.
bool
absoluteRead
(string path, void[] output)
interface
IHipFS
bool
absoluteRead
(
string
path
,
out
void
[]
output
)
bool
absoluteRead
(string path, ubyte[] output)
Meta
Source
See Implementation
hip
api
filesystem
hipfs
IHipFS
functions
absoluteExists
absoluteIsDir
absoluteIsFile
absoluteRead
absoluteReadText
absoluteRemove
absoluteWrite
exists
getPath
getcwd
isDir
isFile
isPathValid
isPathValidExtra
read
readText
remove
setPath
write
writeCache
Same as read. But doesn't use install path. Limited and sync.